added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / CSVSPackageStatusBar / CSVSPackageStatusBar.csproj
blobd731f94ec505c9102ac4c39dcbfaac5c4c05e4d2
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProductVersion>9.0.30729</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <OutputType>Library</OutputType>
8     <AppDesignerFolder>Properties</AppDesignerFolder>
9     <RootNamespace>Company.CSVSPackageStatusBar</RootNamespace>
10     <AssemblyName>CSVSPackageStatusBar</AssemblyName>
11     <SignAssembly>False</SignAssembly>
12     <AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14     <ProjectGuid>{C5296B10-F876-4A49-8883-A4255ABCB3C5}</ProjectGuid>
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>full</DebugType>
19     <Optimize>false</Optimize>
20     <OutputPath>..\Debug\</OutputPath>
21     <DefineConstants>DEBUG;TRACE</DefineConstants>
22     <ErrorReport>prompt</ErrorReport>
23     <WarningLevel>4</WarningLevel>
24   </PropertyGroup>
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26     <DebugType>pdbonly</DebugType>
27     <Optimize>true</Optimize>
28     <OutputPath>..\Release\</OutputPath>
29     <DefineConstants>TRACE</DefineConstants>
30     <ErrorReport>prompt</ErrorReport>
31     <WarningLevel>4</WarningLevel>
32     <RunCodeAnalysis>true</RunCodeAnalysis>
33   </PropertyGroup>
34   <ItemGroup>
35     <Reference Include="Microsoft.VisualStudio.OLE.Interop" />
36     <Reference Include="Microsoft.VisualStudio.Shell.Interop" />
37     <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0" />
38     <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0" />
39     <Reference Include="Microsoft.VisualStudio.TextManager.Interop" />
40     <Reference Include="Microsoft.VisualStudio.Shell.9.0" />
41     <Reference Include="System" />
42     <Reference Include="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
43       <RequiredTargetFramework>3.5</RequiredTargetFramework>
44     </Reference>
45     <Reference Include="System.Data" />
46     <Reference Include="System.Design" />
47     <Reference Include="System.Drawing" />
48     <Reference Include="System.Windows.Forms" />
49     <Reference Include="System.Xml" />
50   </ItemGroup>
51   <ItemGroup>
52     <Compile Include="MyControl.cs">
53       <SubType>UserControl</SubType>
54     </Compile>
55     <Compile Include="MyControl.Designer.cs">
56       <DependentUpon>MyControl.cs</DependentUpon>
57     </Compile>
58     <Compile Include="MyToolWindow.cs" />
59     <Compile Include="Guids.cs" />
60     <Compile Include="Resources.Designer.cs">
61       <AutoGen>True</AutoGen>
62       <DesignTime>True</DesignTime>
63       <DependentUpon>Resources.resx</DependentUpon>
64     </Compile>
65     <Compile Include="GlobalSuppressions.cs" />
66     <Compile Include="CSVSPackageStatusBarPackage.cs" />
67     <Compile Include="Properties\AssemblyInfo.cs" />
68     <Compile Include="PkgCmdID.cs" />
69   </ItemGroup>
70   <ItemGroup>
71     <EmbeddedResource Include="MyControl.resx">
72       <DependentUpon>MyControl.cs</DependentUpon>
73     </EmbeddedResource>
74     <EmbeddedResource Include="Resources.resx">
75       <Generator>ResXFileCodeGenerator</Generator>
76       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
77       <SubType>Designer</SubType>
78     </EmbeddedResource>
79     <EmbeddedResource Include="VSPackage.resx">
80       <MergeWithCTO>true</MergeWithCTO>
81     </EmbeddedResource>
82   </ItemGroup>
83   <ItemGroup>
84     <VSCTCompile Include="CSVSPackageStatusBar.vsct">
85       <ResourceName>1000</ResourceName>
86     </VSCTCompile>
87   </ItemGroup>
88   <ItemGroup>
89     <None Include="Key.snk" />
90     <None Include="Resources\Images_32bit.bmp" />
91     <None Include="Resources\Images_24bit.bmp" />
92   </ItemGroup>
93   <ItemGroup>
94     <Content Include="ReadMe.txt" />
95     <Content Include="Resources\Package.ico" />
96   </ItemGroup>
97   <PropertyGroup>
98     <!--
99     To specify a different registry root to register your package, uncomment the TargetRegistryRoot
100     tag and specify a registry root in it.
101     <TargetRegistryRoot></TargetRegistryRoot>
102     -->
103     <RegisterOutputPackage>true</RegisterOutputPackage>
104     <RegisterWithCodebase>true</RegisterWithCodebase>
105   </PropertyGroup>
106   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
107   <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\VSSDK\Microsoft.VsSDK.targets" />
108   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
109        Other similar extension points exist, see Microsoft.Common.targets.
110   <Target Name="BeforeBuild">
111   </Target>
112   <Target Name="AfterBuild">
113   </Target>
114   -->
115 </Project>